home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 3.iso / pc / PC / Share / CodAxe / Codaxe.exe / 0 / RCDATA / TFORMSTATUSINFO / TFORMSTATUSINFO.txt
Encoding:
Text File  |  1998-08-05  |  964 b   |  46 lines

  1. object FormStatusInfo: TFormStatusInfo
  2.   Left = 386
  3.   Top = 442
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 55
  7.   ClientWidth = 335
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultSizeOnly
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 335
  23.     Height = 55
  24.     Align = alClient
  25.     BevelWidth = 2
  26.     BorderWidth = 1
  27.     BorderStyle = bsSingle
  28.     TabOrder = 0
  29.     object LabelInfo: TLabel
  30.       Left = 3
  31.       Top = 16
  32.       Width = 325
  33.       Height = 17
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 'Info'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWindowText
  39.       Font.Height = -13
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.   end
  45. end
  46.